All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.MovieInfo
java.lang.Object
|
+----quicktime.std.movies.MovieInfo
- public final class MovieInfo
- extends Object
The MovieInfo class holds various information returned by the Movie Toolbox about a movie.
-
dataRefWasChanged
- If data reference was changed or not.
-
resID
- The resource id.
-
resourceName
- The resource name.
-
MovieInfo()
- This constructor allows you to create an empty MovieInfo object.
resID
public int resID
- The resource id.
dataRefWasChanged
public boolean dataRefWasChanged
- If data reference was changed or not.
resourceName
public String resourceName
- The resource name.
MovieInfo
public MovieInfo()
- This constructor allows you to create an empty MovieInfo object.
All Packages Class Hierarchy This Package Previous Next Index